home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.magRune >= 10 && _root.fireRune >= 15 && this.timey.timer == 100)
- {
- this.timey.timer = 0;
- _root.fireRune -= 15;
- this.timey.timeIt = 0.2 + _root.spe * 0.01;
- if(this.timey.timeIt > 2)
- {
- this.timey.timeIt = 2;
- }
- this.timey._visible = true;
- _root.magRune -= 10;
- _root.dragony._visible = true;
- _root.dragony.active = true;
- }
- else
- {
- _root.messy = "Not enough Runes";
- }
- }
-